home *** CD-ROM | disk | FTP | other *** search
- > - Sprite clipping
- > Doug mentioned that he's changed the drawing order to make this easier
- > to do. If he ment what I think (I haven't examined the code yet), the
- > clipping might actually be unnecessary. (One can always hope ;-)
-
- I think he is thinking of changing the order to draw the parts that are
- farest away and towords you, now it's the other way I think.
-
- This would enable you to draw the sprites on the right place and when draw
- objects that partly hides it right over the sprite. This way you shouldn't
- need much of clipping on them, you would only need to find out if they
- should be drawn or not.
-
- This is if I have understod things correctly. :-)
-
- // Magnus Kollberg
-
-